Categories

Versions

Get Collections (Qdrant) (Generative Models)

Synopsis

Gets the names of all collections from the vector database Qdrant

Description

Fetches all names of all collections in the Qdrant vector database. The connection to the database needs to be provided as input to this operator. The connection must have type Dictionary Connection with the keys 'host', 'port', and (optional) 'api_key'.

Input

  • connection (Connection)

    A Dictionary Connection to a Qdrant vector database.

Output

  • data (Data Table)

    A data set with a column contain all collection names.

  • connection (Connection)

    The input connection which is passed through here as output.

Parameters

  • conda_environment The conda environment used for this task. Please refer to the extension documentation for additional details on this and on version requirements for Python and all used packages in this environment. Range:

Tutorial Processes

Get all collection names from Qdrant

This tutorial fetches and delivers the names of all collections which are currently in the Qdrant database. Please note that you will need to have a Qdrant database running for this tutorial to work. The database connection must be delivered as input for this tutorial to work. The connection must be a Dictionary Connection with the keys 'host', 'port', and (optional) 'api_key'.